projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06310b7
)
(LANG): Set LC_ALL and LANGUAGE to C, unset
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 28 May 2001 14:59:31 +0000
(14:59 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 28 May 2001 14:59:31 +0000
(14:59 +0000)
LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index f374dc3c5f53f90c84ed1bb676d31580f5466e46..e6ec3fcb373047dced83a7f99dac8c982adc59d1 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-33,6
+33,12
@@
progname="$0"
### Print out each line we read, for debugging's sake.
#set -v
+LANGUAGE=C
+LC_ALL=C
+LC_MESSAGES=
+LANG=
+export LANGUAGE LC_ALL LC_MESSAGES LANG
+
## Don't restrict access to any files.
umask 0